Runtime configuration for the ITS CA Tracker - #1189
Merged
Merged
Conversation
mpuccio
force-pushed
the
dev
branch
4 times, most recently
from
June 11, 2018 11:05
3b3194f to
642ade4
Compare
Contributor
mpuccio
force-pushed
the
dev
branch
4 times, most recently
from
June 12, 2018 17:00
754a2c5 to
410a632
Compare
An erroneus initialiser for std::array has been fixed. This fixes the reconstruction of shorter tracks and later reconstruction passes. Furthermore this commit enables the possibility of sharing clusters among different tracks by setting the maximum number of allowed shared clusters in the configuration (default is 0, thus no sharing clusters).
Collaborator
|
Is this still [WIP] or ready to be merged? |
Contributor
Author
|
At the moment this anyway fixes a bug in the track fitting that was not visible when I was looking only at long tracks. Now the tracker can correctly reconstruct short tracks and the feature to enable cluster sharing has been implemented. If it is fine for @iouribelikov and @shahor02 I would ask to merge. |
Collaborator
|
@mpuccio Ciao Max. I would say, let's merge it ! |
mikesas
pushed a commit
to mikesas/AliceO2
that referenced
this pull request
Dec 13, 2022
* Add files via upload * Update lambda1520analysis.cxx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the mechanism required to run a second iteration of the CA tracker. The default number of iterations is still 1 as the current tests with two iterations do not show any improvement in terms of efficiency (while they show a huge slow down): this is still work in progress.